home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS05.ADF / menudemo / rmenu.link < prev   
Text File  |  1986-01-15  |  518b  |  13 lines

  1.  
  2. /* alink WITH file for menu demo: AmigaLink 1/25/86 */
  3. /*** remember to delete these comment lines, alink will choke on them!***/
  4. /* This is a sample WITH file to be used to link the demo program(s)  */
  5. /* into a single output file.                                         */
  6. /* You will have to modify this file by adding a pathname(s)          */
  7. /* to various modules, e.g. the startup and library files.            */
  8.  
  9. FROM Lstartup.obj+demo.obj+cdio.obj+menu.obj+rmenu.obj+init
  10. TO demo
  11. LIBRARY lc.lib+amiga.lib
  12.  
  13.